home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / INTERNET / World Wide Web Weaver 2.1.1.sit / World Wide Web Weaver 2.1.1 / W4 v2.1.1r1 Demo.rsrc / STR#_5032.txt < prev    next >
Text File  |  1997-08-26  |  2KB  |  31 lines

  1. This item creates items in your form that are hidden from the user窶冱 view. These items are usually most useful to send additional information to your CGI without the user having to see it.
  2.  
  3. This item creates a button to reset your form to the default/original settings for the user.
  4.  
  5. This item creates the button the user presses to submit your form to the URL listed in the Action field of the form.
  6.  
  7. This implements a basic pop-up menu.
  8.  
  9. This implements a basic checkbox item.
  10.  
  11. This item implements a basic radio box item. To create a set of radio boxes (i.e., only one is checked at a time), all radio boxes must have the same name.
  12.  
  13. Select this button to insert a large user editable text field.
  14.  
  15. Select this button to insert a user editable password text field. This is just like a text field except that when the user types the characters they type are not displayed, perfect for a password field.
  16.  
  17. Select this button to insert a user editable text field.
  18.  
  19. With the Post option selected, you can optionally select to encode the form using the encoding method 窶廣PPLICATION/X-WWW-FORM-URLENCODED窶. This is rarely used.
  20.  
  21. This is the HTTP method used to submit the form to a server. Your choices are:
  22. 1.    Get - Causes the form contents to be appended to the action URL.
  23. 2.    Post - Causes the form contents to be sent to the server in a data body rather than as part of the URL.
  24.  
  25. Enter any tags or JavaScript that you wish to added to the <FORM> tag here that are not already listed above.
  26.  
  27. This is the URL to which the form information will be sent when the user presses the 窶˜submit窶™ button. In most cases this will be the URL of a CGI script, but it could optionally be any URL, including a mailto URL.
  28.  
  29. This is the contents of your from. To add form items (buttons, text fields, etc.), use the form item buttons to the right. To add labels for these items, or just about any other tags, use the Tags menu or the floating palettes.
  30.  
  31.